type net/http.routingIndexKey
7 uses
net/http (current package)
routing_index.go#L19: segments map[routingIndexKey][]*pattern
routing_index.go#L26: type routingIndexKey struct {
routing_index.go#L36: idx.segments = map[routingIndexKey][]*pattern{}
routing_index.go#L39: key := routingIndexKey{pos: pos, s: ""}
routing_index.go#L87: return apply(idx.segments[routingIndexKey{s: "/", pos: len(pat.segments) - 1}])
routing_index.go#L103: lpats := idx.segments[routingIndexKey{s: seg.s, pos: i}]
routing_index.go#L104: wpats := idx.segments[routingIndexKey{s: "", pos: i}]
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |